home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / database / postgres / appgen-0.2-a / appgen-0 / AppGEN / src / java / makefile < prev   
Encoding:
Makefile  |  1996-07-11  |  82 b   |  8 lines

  1. all:
  2.     javac clock.java
  3.     javac graph.java
  4.     cp *.class ../../ag
  5.  
  6. clean:
  7.     rm *.class
  8.